configuration / chassis0 / slots / [SLOT-ID] / [gns181_uc] / module / ppo / ppo[ID]

CLI REST-API

length-s

length seconds
This is a read-write object and valid values are signed integers within a range of 0-59.

Datatype-Help:
value must be between 0 and 59.



Applies to modules


GPS167
GPS167SV
GPS170
GPS180
GNS181_UC
GPS190
GNS181
GNS190

See also:
/configuration/chassis0/slots/[SLOT-ID]/[gns181_uc]/module/ppo/ppo[ID]
/configuration/chassis0/slots/[SLOT-ID]/[gns181_uc]/module/ppo/ppo[ID]/length-ms
/configuration/chassis0/slots/[SLOT-ID]/[gns181_uc]/module/ppo/ppo[ID]/output-level
/configuration/chassis0/slots/[SLOT-ID]/[gns181_uc]/module/ppo/ppo[ID]/output-holdover
/configuration/chassis0/slots/[SLOT-ID]/[gns181_uc]/module/ppo/ppo[ID]/mode
/configuration/chassis0/slots/[SLOT-ID]/[gns181_uc]/module/ppo/ppo[ID]/timeout

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/ppo/ppo.*


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/ppo/ppo.*


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/ppo/ppo.*
Body:
{
  "length-s": 0
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/ppo/ppo.* -d
{
  "length-s": 0
}